[INFO] cloning repository https://github.com/Korino1/MemoryX
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Korino1/MemoryX" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKorino1%2FMemoryX", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKorino1%2FMemoryX'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 812b5ab1809a0ebdbd4b2ed7b7589d3ce221f3c8
[INFO] fixing Korino1/MemoryX against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKorino1%2FMemoryX" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/Korino1/MemoryX
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/Korino1/MemoryX
[INFO] tweaked toml for git repo https://github.com/Korino1/MemoryX written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Korino1/MemoryX on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Korino1/MemoryX already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded io-uring v0.6.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7821b6e66cc94b1d4ae266f3660e1b0e29a2b293ef59d75eba1ffe9568688e7d
[INFO] running `Command { std: "docker" "start" "7821b6e66cc94b1d4ae266f3660e1b0e29a2b293ef59d75eba1ffe9568688e7d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7821b6e66cc94b1d4ae266f3660e1b0e29a2b293ef59d75eba1ffe9568688e7d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7821b6e66cc94b1d4ae266f3660e1b0e29a2b293ef59d75eba1ffe9568688e7d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7821b6e66cc94b1d4ae266f3660e1b0e29a2b293ef59d75eba1ffe9568688e7d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling io-uring v0.6.4
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking csv-core v0.1.13
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking unsafe-libyaml v0.2.11
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking csv v1.4.0
[INFO] [stderr]     Checking crossbeam v0.8.4
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking memmap2 v0.9.10
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]    Compiling openssl-sys v0.9.112
[INFO] [stderr]    Compiling blake3 v1.8.3
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking indicatif v0.17.11
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]    Compiling openssl v0.10.76
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking axum v0.7.9
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking memoryx v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find type `RefCell` in this scope
[INFO] [stdout]    --> src/utils/io.rs:424:24
[INFO] [stdout]     |
[INFO] [stdout] 424 |             submitted: RefCell::new(Vec::new()),
[INFO] [stdout]     |                        ^^^^^^^ use of undeclared type `RefCell`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  17 + use std::cell::RefCell;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `AsRawFd`
[INFO] [stdout]   --> src/utils/io.rs:37:25
[INFO] [stdout]    |
[INFO] [stdout] 37 | use std::os::unix::io::{AsRawFd, RawFd};
[INFO] [stdout]    |                         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::os::unix::io::AsRawFd`
[INFO] [stdout]    --> src/utils/io.rs:314:13
[INFO] [stdout]     |
[INFO] [stdout] 314 |         use std::os::unix::io::AsRawFd;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::os::unix::io::AsRawFd`
[INFO] [stdout]    --> src/utils/io.rs:429:13
[INFO] [stdout]     |
[INFO] [stdout] 429 |         use std::os::unix::io::AsRawFd;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `RefCell` in this scope
[INFO] [stdout]    --> src/utils/io.rs:424:24
[INFO] [stdout]     |
[INFO] [stdout] 424 |             submitted: RefCell::new(Vec::new()),
[INFO] [stdout]     |                        ^^^^^^^ use of undeclared type `RefCell`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  17 + use std::cell::RefCell;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `AsRawFd`
[INFO] [stdout]   --> src/utils/io.rs:37:25
[INFO] [stdout]    |
[INFO] [stdout] 37 | use std::os::unix::io::{AsRawFd, RawFd};
[INFO] [stdout]    |                         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::os::unix::io::AsRawFd`
[INFO] [stdout]    --> src/utils/io.rs:314:13
[INFO] [stdout]     |
[INFO] [stdout] 314 |         use std::os::unix::io::AsRawFd;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::os::unix::io::AsRawFd`
[INFO] [stdout]    --> src/utils/io.rs:429:13
[INFO] [stdout]     |
[INFO] [stdout] 429 |         use std::os::unix::io::AsRawFd;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Default` for type `LinuxIoUringExecutor`
[INFO] [stdout]    --> src/utils/io.rs:408:1
[INFO] [stdout]     |
[INFO] [stdout] 293 | impl Default for LinuxIoUringExecutor {
[INFO] [stdout]     | ------------------------------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 408 | impl Default for LinuxIoUringExecutor {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `LinuxIoUringExecutor`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `AsyncIoExecutor` for type `LinuxIoUringExecutor`
[INFO] [stdout]    --> src/utils/io.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 300 | impl AsyncIoExecutor for LinuxIoUringExecutor {
[INFO] [stdout]     | --------------------------------------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 415 | impl AsyncIoExecutor for LinuxIoUringExecutor {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `LinuxIoUringExecutor`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Default` for type `utils::io::LinuxIoUringExecutor`
[INFO] [stdout]    --> src/utils/io.rs:408:1
[INFO] [stdout]     |
[INFO] [stdout] 293 | impl Default for LinuxIoUringExecutor {
[INFO] [stdout]     | ------------------------------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 408 | impl Default for LinuxIoUringExecutor {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `utils::io::LinuxIoUringExecutor`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `utils::io::AsyncIoExecutor` for type `utils::io::LinuxIoUringExecutor`
[INFO] [stdout]    --> src/utils/io.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 300 | impl AsyncIoExecutor for LinuxIoUringExecutor {
[INFO] [stdout]     | --------------------------------------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 415 | impl AsyncIoExecutor for LinuxIoUringExecutor {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `utils::io::LinuxIoUringExecutor`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `available` found for struct `SubmissionQueue<'a, E>` in the current scope
[INFO] [stdout]    --> src/utils/io.rs:318:45
[INFO] [stdout]     |
[INFO] [stdout] 318 |             let sq = self.ring.submission().available();
[INFO] [stdout]     |                                             ^^^^^^^^^ method not found in `SubmissionQueue<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `fd` on type `&ReadRequest`
[INFO] [stdout]    --> src/utils/io.rs:328:40
[INFO] [stdout]     |
[INFO] [stdout] 328 |                 let fd = types::Fd(req.fd);
[INFO] [stdout]     |                                        ^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available fields are: `offset`, `len`, `buffer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/utils/io.rs:330:29
[INFO] [stdout]     |
[INFO] [stdout] 330 |                     .offset(req.offset as i64);
[INFO] [stdout]     |                      ------ ^^^^^^^^^^^^^^^^^ expected `u64`, found `i64`
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/io-uring-0.6.4/src/opcode.rs:876:9
[INFO] [stdout]     |
[INFO] [stdout] 876 |         offset: u64 = 0,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] help: you can convert an `i64` to a `u64` and panic if the converted value doesn't fit
[INFO] [stdout]     |
[INFO] [stdout] 330 |                     .offset((req.offset as i64).try_into().unwrap());
[INFO] [stdout]     |                             +                 +++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `push_with_flags` found for struct `SubmissionQueue<'a, E>` in the current scope
[INFO] [stdout]    --> src/utils/io.rs:336:22
[INFO] [stdout]     |
[INFO] [stdout] 333 |                   let mut sqe = self
[INFO] [stdout]     |  _______________________________-
[INFO] [stdout] 334 | |                     .ring
[INFO] [stdout] 335 | |                     .submission()
[INFO] [stdout] 336 | |                     .push_with_flags(opcode.build().user_data(i as u64), 0);
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^^^ method not found in `SubmissionQueue<'_>`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/utils/io.rs:359:46
[INFO] [stdout]     |
[INFO] [stdout] 359 |         let timeout_e = opcode::Timeout::new(timeout_spec)
[INFO] [stdout]     |                         -------------------- ^^^^^^^^^^^^ expected `*const Timespec`, found `Timespec`
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected raw pointer `*const Timespec`
[INFO] [stdout]                     found struct `Timespec`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/io-uring-0.6.4/src/opcode.rs:69:20
[INFO] [stdout]     |
[INFO] [stdout]  69 |               pub fn new($( $field : $( $tnt )* ),*) -> Self {
[INFO] [stdout]     |                      ^^^
[INFO] [stdout] ...
[INFO] [stdout] 534 | / opcode! {
[INFO] [stdout] 535 | |     /// Register a timeout operation.
[INFO] [stdout] 536 | |     ///
[INFO] [stdout] 537 | |     /// A timeout will trigger a wakeup event on the completion ring for anyone waiting for events.
[INFO] [stdout] ...   |
[INFO] [stdout] 568 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `opcode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `LinuxIoUringExecutor` has no field named `submitted`
[INFO] [stdout]    --> src/utils/io.rs:424:13
[INFO] [stdout]     |
[INFO] [stdout] 424 |             submitted: RefCell::new(Vec::new()),
[INFO] [stdout]     |             ^^^^^^^^^ `LinuxIoUringExecutor` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available fields are: `submitted_offsets`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `fd` on type `&ReadRequest`
[INFO] [stdout]    --> src/utils/io.rs:442:53
[INFO] [stdout]     |
[INFO] [stdout] 442 |                     opcode::Read::new(types::Fd(req.fd), req.buffer.as_mut_ptr(), req.len as u32)
[INFO] [stdout]     |                                                     ^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available fields are: `offset`, `len`, `buffer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `user_data` found for struct `SubmissionQueue<'a, E>` in the current scope
[INFO] [stdout]    --> src/utils/io.rs:446:25
[INFO] [stdout]     |
[INFO] [stdout] 446 |                 sq = sq.user_data(i as u64);
[INFO] [stdout]     |                         ^^^^^^^^^ method not found in `SubmissionQueue<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `build` found for struct `SubmissionQueue<'a, E>` in the current scope
[INFO] [stdout]    --> src/utils/io.rs:448:23
[INFO] [stdout]     |
[INFO] [stdout] 448 |                 if sq.build().is_ok() {
[INFO] [stdout]     |                       ^^^^^ method not found in `SubmissionQueue<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `submitted` on type `&mut LinuxIoUringExecutor`
[INFO] [stdout]    --> src/utils/io.rs:450:26
[INFO] [stdout]     |
[INFO] [stdout] 450 |                     self.submitted.borrow_mut().push((req.offset, req.len));
[INFO] [stdout]     |                          ^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available fields are: `ring`, `pending_count`, `submitted_offsets`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/utils/io.rs:470:21
[INFO] [stdout]     |
[INFO] [stdout] 469 |                   &opcode::Timeout::new(
[INFO] [stdout]     |                    -------------------- arguments to this function are incorrect
[INFO] [stdout] 470 | /                     types::Timespec::new()
[INFO] [stdout] 471 | |                         .sec(timeout.as_secs() as u64)
[INFO] [stdout] 472 | |                         .nsec(timeout.subsec_nanos()),
[INFO] [stdout]     | |_____________________________________________________^ expected `*const Timespec`, found `Timespec`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected raw pointer `*const Timespec`
[INFO] [stdout]                     found struct `Timespec`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/io-uring-0.6.4/src/opcode.rs:69:20
[INFO] [stdout]     |
[INFO] [stdout]  69 |               pub fn new($( $field : $( $tnt )* ),*) -> Self {
[INFO] [stdout]     |                      ^^^
[INFO] [stdout] ...
[INFO] [stdout] 534 | / opcode! {
[INFO] [stdout] 535 | |     /// Register a timeout operation.
[INFO] [stdout] 536 | |     ///
[INFO] [stdout] 537 | |     /// A timeout will trigger a wakeup event on the completion ring for anyone waiting for events.
[INFO] [stdout] ...   |
[INFO] [stdout] 568 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `opcode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `submitted` on type `&mut LinuxIoUringExecutor`
[INFO] [stdout]    --> src/utils/io.rs:494:47
[INFO] [stdout]     |
[INFO] [stdout] 494 |             if let Some((offset, len)) = self.submitted.borrow().get(idx).copied() {
[INFO] [stdout]     |                                               ^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available fields are: `ring`, `pending_count`, `submitted_offsets`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `submitted` on type `&mut LinuxIoUringExecutor`
[INFO] [stdout]    --> src/utils/io.rs:505:14
[INFO] [stdout]     |
[INFO] [stdout] 505 |         self.submitted.borrow_mut().clear();
[INFO] [stdout]     |              ^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available fields are: `ring`, `pending_count`, `submitted_offsets`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `available` found for struct `SubmissionQueue<'a, E>` in the current scope
[INFO] [stdout]    --> src/utils/io.rs:318:45
[INFO] [stdout]     |
[INFO] [stdout] 318 |             let sq = self.ring.submission().available();
[INFO] [stdout]     |                                             ^^^^^^^^^ method not found in `SubmissionQueue<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `fd` on type `&utils::io::ReadRequest`
[INFO] [stdout]    --> src/utils/io.rs:328:40
[INFO] [stdout]     |
[INFO] [stdout] 328 |                 let fd = types::Fd(req.fd);
[INFO] [stdout]     |                                        ^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available fields are: `offset`, `len`, `buffer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/utils/io.rs:330:29
[INFO] [stdout]     |
[INFO] [stdout] 330 |                     .offset(req.offset as i64);
[INFO] [stdout]     |                      ------ ^^^^^^^^^^^^^^^^^ expected `u64`, found `i64`
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/io-uring-0.6.4/src/opcode.rs:876:9
[INFO] [stdout]     |
[INFO] [stdout] 876 |         offset: u64 = 0,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] help: you can convert an `i64` to a `u64` and panic if the converted value doesn't fit
[INFO] [stdout]     |
[INFO] [stdout] 330 |                     .offset((req.offset as i64).try_into().unwrap());
[INFO] [stdout]     |                             +                 +++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `push_with_flags` found for struct `SubmissionQueue<'a, E>` in the current scope
[INFO] [stdout]    --> src/utils/io.rs:336:22
[INFO] [stdout]     |
[INFO] [stdout] 333 |                   let mut sqe = self
[INFO] [stdout]     |  _______________________________-
[INFO] [stdout] 334 | |                     .ring
[INFO] [stdout] 335 | |                     .submission()
[INFO] [stdout] 336 | |                     .push_with_flags(opcode.build().user_data(i as u64), 0);
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^^^ method not found in `SubmissionQueue<'_>`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/utils/io.rs:359:46
[INFO] [stdout]     |
[INFO] [stdout] 359 |         let timeout_e = opcode::Timeout::new(timeout_spec)
[INFO] [stdout]     |                         -------------------- ^^^^^^^^^^^^ expected `*const Timespec`, found `Timespec`
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected raw pointer `*const Timespec`
[INFO] [stdout]                     found struct `Timespec`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/io-uring-0.6.4/src/opcode.rs:69:20
[INFO] [stdout]     |
[INFO] [stdout]  69 |               pub fn new($( $field : $( $tnt )* ),*) -> Self {
[INFO] [stdout]     |                      ^^^
[INFO] [stdout] ...
[INFO] [stdout] 534 | / opcode! {
[INFO] [stdout] 535 | |     /// Register a timeout operation.
[INFO] [stdout] 536 | |     ///
[INFO] [stdout] 537 | |     /// A timeout will trigger a wakeup event on the completion ring for anyone waiting for events.
[INFO] [stdout] ...   |
[INFO] [stdout] 568 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `opcode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `utils::io::LinuxIoUringExecutor` has no field named `submitted`
[INFO] [stdout]    --> src/utils/io.rs:424:13
[INFO] [stdout]     |
[INFO] [stdout] 424 |             submitted: RefCell::new(Vec::new()),
[INFO] [stdout]     |             ^^^^^^^^^ `utils::io::LinuxIoUringExecutor` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available fields are: `submitted_offsets`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `fd` on type `&utils::io::ReadRequest`
[INFO] [stdout]    --> src/utils/io.rs:442:53
[INFO] [stdout]     |
[INFO] [stdout] 442 |                     opcode::Read::new(types::Fd(req.fd), req.buffer.as_mut_ptr(), req.len as u32)
[INFO] [stdout]     |                                                     ^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available fields are: `offset`, `len`, `buffer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `user_data` found for struct `SubmissionQueue<'a, E>` in the current scope
[INFO] [stdout]    --> src/utils/io.rs:446:25
[INFO] [stdout]     |
[INFO] [stdout] 446 |                 sq = sq.user_data(i as u64);
[INFO] [stdout]     |                         ^^^^^^^^^ method not found in `SubmissionQueue<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `build` found for struct `SubmissionQueue<'a, E>` in the current scope
[INFO] [stdout]    --> src/utils/io.rs:448:23
[INFO] [stdout]     |
[INFO] [stdout] 448 |                 if sq.build().is_ok() {
[INFO] [stdout]     |                       ^^^^^ method not found in `SubmissionQueue<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `submitted` on type `&mut utils::io::LinuxIoUringExecutor`
[INFO] [stdout]    --> src/utils/io.rs:450:26
[INFO] [stdout]     |
[INFO] [stdout] 450 |                     self.submitted.borrow_mut().push((req.offset, req.len));
[INFO] [stdout]     |                          ^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available fields are: `ring`, `pending_count`, `submitted_offsets`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/utils/io.rs:470:21
[INFO] [stdout]     |
[INFO] [stdout] 469 |                   &opcode::Timeout::new(
[INFO] [stdout]     |                    -------------------- arguments to this function are incorrect
[INFO] [stdout] 470 | /                     types::Timespec::new()
[INFO] [stdout] 471 | |                         .sec(timeout.as_secs() as u64)
[INFO] [stdout] 472 | |                         .nsec(timeout.subsec_nanos()),
[INFO] [stdout]     | |_____________________________________________________^ expected `*const Timespec`, found `Timespec`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected raw pointer `*const Timespec`
[INFO] [stdout]                     found struct `Timespec`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/io-uring-0.6.4/src/opcode.rs:69:20
[INFO] [stdout]     |
[INFO] [stdout]  69 |               pub fn new($( $field : $( $tnt )* ),*) -> Self {
[INFO] [stdout]     |                      ^^^
[INFO] [stdout] ...
[INFO] [stdout] 534 | / opcode! {
[INFO] [stdout] 535 | |     /// Register a timeout operation.
[INFO] [stdout] 536 | |     ///
[INFO] [stdout] 537 | |     /// A timeout will trigger a wakeup event on the completion ring for anyone waiting for events.
[INFO] [stdout] ...   |
[INFO] [stdout] 568 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `opcode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `submitted` on type `&mut utils::io::LinuxIoUringExecutor`
[INFO] [stdout]    --> src/utils/io.rs:494:47
[INFO] [stdout]     |
[INFO] [stdout] 494 |             if let Some((offset, len)) = self.submitted.borrow().get(idx).copied() {
[INFO] [stdout]     |                                               ^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available fields are: `ring`, `pending_count`, `submitted_offsets`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `submitted` on type `&mut utils::io::LinuxIoUringExecutor`
[INFO] [stdout]    --> src/utils/io.rs:505:14
[INFO] [stdout]     |
[INFO] [stdout] 505 |         self.submitted.borrow_mut().clear();
[INFO] [stdout]     |              ^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available fields are: `ring`, `pending_count`, `submitted_offsets`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0119, E0308, E0433, E0560, E0599, E0609.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0119`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `memoryx` (lib) due to 16 previous errors; 3 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0119, E0308, E0433, E0560, E0599, E0609.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0119`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `memoryx` (lib test) due to 16 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "7821b6e66cc94b1d4ae266f3660e1b0e29a2b293ef59d75eba1ffe9568688e7d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7821b6e66cc94b1d4ae266f3660e1b0e29a2b293ef59d75eba1ffe9568688e7d", kill_on_drop: false }`
[INFO] [stdout] 7821b6e66cc94b1d4ae266f3660e1b0e29a2b293ef59d75eba1ffe9568688e7d
